golang.org/x/net/http2.inflow.init (method)
5 uses
golang.org/x/net/http2 (current package)
flow.go#L22: func (f *inflow) init(n int32) {
server.go#L487: sc.inflow.init(initialWindowSize)
server.go#L2217: st.inflow.init(sc.initialStreamRecvWindowSize)
transport.go#L899: cc.inflow.init(conf.MaxUploadBufferPerConnection + initialWindowSize)
transport.go#L2079: cs.inflow.init(cc.initialStreamRecvWindowSize)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)